lisp/frameset.el: Allow orphaned minibufferless frames.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 14 Aug 2013 13:41:02 +0000 (15:41 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 14 Aug 2013 13:41:02 +0000 (15:41 +0200)
commit023a47d2c8815df946aaae9ca2c9e8b792bf0ec0
tree33b51942936b9bb21c742daa73045cea5e7e8ece
parentbd1c630d0272537ea74955125cd63b8e76317952
lisp/frameset.el: Allow orphaned minibufferless frames.
(frameset-filter-minibuffer): Deal with the case that the minibuffer
parameter was already set in FILTERED.  Doc fix.
(frameset--record-minibuffer-relationships): Allow saving a
minibufferless frame without its corresponding minibuffer frame.
(frameset--reuse-frame): Accept a match from an orphaned minibufferless
frame, if the frame id matches.
(frameset--minibufferless-last-p): Sort non-orphaned minibufferless
frames before orphaned ones.
(frameset-restore): Warn about orphaned windows, instead of error out.
lisp/ChangeLog
lisp/frameset.el